home *** CD-ROM | disk | FTP | other *** search
- object CRegistration: TCRegistration
- Left = 192
- Top = 122
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- ClientHeight = 421
- ClientWidth = 513
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 4
- Top = 0
- Width = 505
- Height = 193
- Caption = 'Personal information'
- TabOrder = 0
- object Label7: TLabel
- Left = 360
- Top = 91
- Width = 42
- Height = 13
- Caption = 'Zip code'
- end
- object Label6: TLabel
- Left = 280
- Top = 91
- Width = 25
- Height = 17
- Caption = 'State'
- end
- object Label1: TLabel
- Left = 8
- Top = 19
- Width = 81
- Height = 13
- Caption = 'Company/Orga...'
- end
- object Label2: TLabel
- Left = 8
- Top = 43
- Width = 72
- Height = 13
- Caption = 'Contact person'
- end
- object Label4: TLabel
- Left = 8
- Top = 67
- Width = 38
- Height = 13
- Caption = 'Address'
- end
- object Label5: TLabel
- Left = 8
- Top = 91
- Width = 17
- Height = 13
- Caption = 'City'
- end
- object Label8: TLabel
- Left = 8
- Top = 115
- Width = 36
- Height = 13
- Caption = 'Country'
- end
- object Label9: TLabel
- Left = 8
- Top = 139
- Width = 31
- Height = 13
- Caption = 'Phone'
- end
- object Label14: TLabel
- Left = 8
- Top = 163
- Width = 29
- Height = 13
- Caption = 'E-Mail'
- end
- object Label12: TLabel
- Left = 280
- Top = 139
- Width = 17
- Height = 17
- Caption = 'Fax'
- end
- object Edit7: TEdit
- Left = 416
- Top = 88
- Width = 81
- Height = 21
- MaxLength = 10
- TabOrder = 5
- end
- object Edit6: TEdit
- Left = 312
- Top = 88
- Width = 41
- Height = 21
- MaxLength = 4
- TabOrder = 4
- end
- object Edit1: TEdit
- Left = 96
- Top = 16
- Width = 401
- Height = 21
- TabOrder = 0
- end
- object Edit2: TEdit
- Left = 96
- Top = 40
- Width = 401
- Height = 21
- TabOrder = 1
- end
- object Edit4: TEdit
- Left = 96
- Top = 64
- Width = 401
- Height = 21
- TabOrder = 2
- end
- object Edit5: TEdit
- Left = 96
- Top = 88
- Width = 177
- Height = 21
- TabOrder = 3
- end
- object Edit8: TEdit
- Left = 96
- Top = 112
- Width = 401
- Height = 21
- TabOrder = 6
- end
- object Edit9: TEdit
- Left = 96
- Top = 136
- Width = 177
- Height = 21
- TabOrder = 7
- end
- object Edit11: TEdit
- Left = 96
- Top = 160
- Width = 401
- Height = 21
- TabOrder = 9
- end
- object Edit13: TEdit
- Left = 312
- Top = 136
- Width = 185
- Height = 21
- TabOrder = 8
- end
- end
- object GroupBox2: TGroupBox
- Left = 4
- Top = 200
- Width = 505
- Height = 65
- Caption = 'Product query'
- TabOrder = 1
- object Label10: TLabel
- Left = 8
- Top = 16
- Width = 81
- Height = 41
- AutoSize = False
- end
- object Edit10: TEdit
- Left = 312
- Top = 36
- Width = 185
- Height = 21
- TabOrder = 4
- end
- object CheckBox1: TCheckBox
- Left = 96
- Top = 16
- Width = 65
- Height = 17
- Caption = 'College'
- TabOrder = 0
- end
- object CheckBox2: TCheckBox
- Left = 96
- Top = 38
- Width = 105
- Height = 16
- Caption = 'World Wide Web'
- TabOrder = 2
- end
- object CheckBox4: TCheckBox
- Left = 256
- Top = 38
- Width = 49
- Height = 17
- Caption = 'Other'
- TabOrder = 3
- end
- object CheckBox3: TCheckBox
- Left = 256
- Top = 16
- Width = 57
- Height = 17
- Caption = 'Friend'
- TabOrder = 1
- end
- end
- object GroupBox3: TGroupBox
- Left = 4
- Top = 272
- Width = 505
- Height = 65
- Caption = 'Credit card information'
- TabOrder = 2
- object Label13: TLabel
- Left = 296
- Top = 40
- Width = 70
- Height = 17
- Caption = 'Expiration date'
- end
- object Label19: TLabel
- Left = 296
- Top = 16
- Width = 60
- Height = 17
- Caption = 'Card number'
- end
- object MaskEdit2: TMaskEdit
- Left = 384
- Top = 36
- Width = 33
- Height = 21
- EditMask = '00/00;1;_'
- MaxLength = 5
- TabOrder = 6
- Text = ' - '
- end
- object RadioButton1: TRadioButton
- Left = 8
- Top = 16
- Width = 65
- Height = 17
- Caption = 'Dankort'
- TabOrder = 0
- TabStop = True
- end
- object RadioButton2: TRadioButton
- Left = 8
- Top = 40
- Width = 65
- Height = 17
- Caption = 'Eurocard'
- TabOrder = 1
- end
- object RadioButton3: TRadioButton
- Left = 88
- Top = 16
- Width = 41
- Height = 17
- Caption = 'JCB'
- TabOrder = 2
- end
- object RadioButton4: TRadioButton
- Left = 88
- Top = 40
- Width = 73
- Height = 17
- Caption = 'Mastercard'
- TabOrder = 3
- end
- object RadioButton5: TRadioButton
- Left = 160
- Top = 16
- Width = 41
- Height = 17
- Caption = 'Visa'
- TabOrder = 4
- end
- object Edit3: TEdit
- Left = 384
- Top = 12
- Width = 113
- Height = 21
- TabOrder = 5
- end
- end
- object Button1: TButton
- Left = 104
- Top = 392
- Width = 113
- Height = 25
- Caption = 'Print registration form'
- TabOrder = 4
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 272
- Top = 392
- Width = 113
- Height = 25
- Caption = 'Go back'
- Default = True
- TabOrder = 5
- OnClick = Button2Click
- end
- object RadioGroup1: TRadioGroup
- Left = 4
- Top = 344
- Width = 505
- Height = 41
- Caption = 'Number of registrations'
- Columns = 3
- ItemIndex = 0
- Items.Strings = (
- '2-10 Users'
- '10-50 Users'
- 'More than 50 Users')
- TabOrder = 3
- end
- object PrintDialog1: TPrintDialog
- Left = 8
- Top = 408
- end
- end
-